How can you adjust the user session login time for an admin area?
Brett_Tabke
3:00 pm on Jun 4, 2012 (gmt 0)
Depends entirely on the software.
There could be two ways that a 'session time' is kept. Eithe set in a cookie or set on a disk file. Either one will have a expire default set to it.
You could attack it by: - resetting the cookie with a false time/date - extending the expirey time in order to stay logged in longer. - manipulating the disk file time/date.