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
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
Thank you very very much, I add this line and working. Also thumbs working so thanks
Re: Session Reset in ASP
uh?
that's the default value. what did you have previously?
This is very strange. Setting it to auto means that everytime you load CKFinder it will try to call an aspx page, so if I was right you would face the problem in a constant way. In fact, the best setting for the component is to state exactly the component that you want to use. Auto is easier for installation and automatic detection, but it means wasting some cpu cycles each time.
Re: Session Reset in ASP