Options :
a) It requires a custom PHP extension to change the session handler.
b) Implement the session_set_save_handler() function.
c) Create functions for each session handling step and use session_set_save_handler() to override PHP's internal settings.
d) Configure the session.save_handler INI directive to your session class.
Post comments to answer
Thursday, December 3, 2009
Subscribe to:
Post Comments (Atom)
option (c)
ReplyDelete