LOGOUT query [message #38776] |
Mon, 27 August 2007 12:25 |
kimmy
Messages: 10 Registered: August 2007
Karma: 0
|
Junior Member |
|
|
I just installed the fudforum in my computer and I played around it and I found it is very useful, but I got some part not really understand, may I ask few questions that make me confuse.
1.) where can I get those "_rsid" value? It mostly located at <a class="UserControlPanel nw" href="index.php?t=search&'._rsid.'">
2.) Which file that show the process for logout? Because I only found login.php in /theme/default folder.
3.) May I know which file that manage the remove and insert record into "fud26_ses" table? Once user logout, the previous record will be removed and new data will be inserted into DB, may I know whcih file manage those process?
4.) May I know how the "ses_id" value will be created under "fud26_ses" tables?
5.) I decided to create a logout in other page, which part that I need to concern? Which files I need to modify?
Thanks a lot....
|
|
|
Re: LOGOUT query [message #38784 is a reply to message #38776] |
Mon, 27 August 2007 23:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) Its a constant used to append the session id & sequence key
2) Logout is performed via the login.php script (as well as a login process)
3) cookies.inc.t
4) Random number generator + other randomness bits and md5 of the result
5) not sure I understand
FUDforum Core Developer
|
|
|