[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/includes/ -> sessions.php (summary)

(no description)

File Size: 578 lines (18 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  session_begin()
  session_pagestart()
  session_end()
  session_clean()
  session_reset_keys()
  append_sid()

Functions
Functions that are not part of a class:

session_begin($user_id, $user_ip, $page_id, $auto_create = 0, $enable_autologin = 0, $admin = 0)   X-Ref
No description

session_pagestart($user_ip, $thispage_id)   X-Ref
No description

session_end($session_id, $user_id)   X-Ref
Terminates the specified session
It will delete the entry in the sessions table for this session,
remove the corresponding auto-login key and reset the cookies


session_clean($session_id)   X-Ref
Removes expired sessions and auto-login keys from the database


session_reset_keys($user_id, $user_ip)   X-Ref
Reset all login keys for the specified user
Called on password changes


append_sid($url, $non_html_amp = false)   X-Ref
No description



Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1