PDA

View Full Version : How to authenticate a session


ChrisHasenpflug
01-15-2009, 02:08 PM
Where in the vB source code would I find the requirements to validate a session? I'm writing an authorization backend for the Django framework (Python). I've managed to authenticate a user at sign-on, but now would like to implement single sign-on. I haven't yet located the session validation information the vB source, so any help would be appreciated!

Guest190829
01-15-2009, 02:10 PM
IIRC, its inside includes/class_core.php.

Dismounted
01-16-2009, 05:03 AM
Also see functions_login.php on usage of generating a new session, etc.