MandoThrasher
Programmer
Can you set a session timeout value on a per user basis? I've got an admin backend and when the user successfully logs in I set a session variable. But the session times out after 40 minutes and the user has to log in again. Would I be better off setting a cookie? That seems to make it less secure in my opinion. I'd rather set the session timeout to a longer period for that user. Any ideas?