I have a php based script installed. Although almost everything went well throughout the registration, there seem to be a problem with remaining login in the administration panel. The script tend to log me out automatically quite often…
On inspection I believe that the script uses session controls having some set of random numbers appended to the URL…but in cases where the auto logout happens, I realized the random string has changed.
…or another factor that might contribute to the i…
