Hello,
sorry my english. I using ckfinder, when I want to upload, i click the upload button and clicking browse then again clicking upload my file button. Picture is uploading but I can't see anything, and I will try again to upload but message appears security reasons. I'm backing my site and all sessions gone... What is the problem?
sorry my english. I using ckfinder, when I want to upload, i click the upload button and clicking browse then again clicking upload my file button. Picture is uploading but I can't see anything, and I will try again to upload but message appears security reasons. I'm backing my site and all sessions gone... What is the problem?

Re: Session Reset in ASP
The test is easy:
Create an asp page that sets some session variable, then display it (for example
<% if isempty(session("start")) then session("start")= now() response.write "init session" else response.write "Started at" & session("start") %>Now create an aspx page, it doesn't need anything special, just something to start the .net engine.
Load the asp page, then load the aspx page. Now wait some seconds and reload the asp page, if it works, wait a little more, reload it several times, but in less than one minute the asp session will be reset, the whole application restarts.
The solution for you would be to disable the asp.net thumbnails until you can manage to fix the problem with asp.net
Re: Session Reset in ASP
Re: Session Reset in ASP
Re: Session Reset in ASP