|
I write my scripts to use DB storage for sessions. I'll be integrating this method on a site where I need to fetch some information from the "other" session, set by simply calling session_start(). How can I fetch the information from the one session and then have my own DB-stored session?
I'm thinking of just starting the session at the beginning of the script, fetching my data, then deleting the session and starting the sessions the way I otherwise have them, but I think this will screw up some header commands sent to the browser without redirects.
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|