PHP serializes $_SESSION data between requests. What I want to know is whether this data can be acted on in any other way than through a page request.
The example scenario I have in mind is when a user lets his session time out, is there a way to auto-generate an email to him containing the data in his session?
petey
The example scenario I have in mind is when a user lets his session time out, is there a way to auto-generate an email to him containing the data in his session?
petey