Triggering Session Events
Moderator: General Moderators
-
ryanwpatterson
- Forum Newbie
- Posts: 6
- Joined: Wed Sep 17, 2003 10:10 am
- Location: Austin, TX
Triggering Session Events
Is there any way to trigger session level events in PHP? I'd like to store tracking data whenever a session is started without having to query the database on every page to see if the session ID has already been registered.
session_start();
for more info, search the manual
for something like this where you give no reference to the manual or any specific tyhing you're having an issue with, expect to be overlooked or told RTTM or RTTFM
there's a lot on sessions in it
for more info, search the manual
for something like this where you give no reference to the manual or any specific tyhing you're having an issue with, expect to be overlooked or told RTTM or RTTFM
there's a lot on sessions in it