SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Programming / Application Security
Posted:  31 Aug 2005 13:18
Hi,

Love the simplicity of this app. Great!

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
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
If I wanted to use sessions instead which variables would I have to modify?
Posted:  31 Aug 2005 13:51
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
Posted:  31 Aug 2005 14:00
Thanks for that will let you know how I get on.