What security is on the app is a session created and if so whats the session var.
Help would be much apperciated.
Posted: 31 Aug 2005 13:35
Administrator
Posts: 1190
Join Date: Mar 2005
ash, I don't get your question. SEO-Board does not use sessions, it uses cookies. The passes are truncated with a long $shaprefix string and then sha1() encrypted if that's what you ask.
Posted: 31 Aug 2005 13:40
Registered User Currently Offline
Posts: 3
Join Date: Aug 2005
If I wanted to use sessions instead which variables would I have to modify?
Posted: 31 Aug 2005 13:51
Administrator
Posts: 1190
Join Date: Mar 2005
Quote: If I wanted to use sessions instead which variables would I have to modify?
Currently the cookie stores these 2 variables $user_id and $user_pass_sha1. All code is in index.php