mschrank Posted October 5, 2006 Share Posted October 5, 2006 I have one page that I would like to run 'outside' of the user session. Is this possible? The active X control I am using for the site seems to crash when it tries to load pages in a session, so I was thinking the quick fix may be to simply have the page that serves the activex control from the DB run outside the session.However, I can't do session_destroy() because I use sessions for the rest of the site. Any ideas? Am I being clear enough in terms of what I want to do?ThanksMatthew Link to comment https://forums.phpfreaks.com/topic/23102-is-it-possible-to-exclude-a-single-page-from-a-session/ Share on other sites More sharing options...
paul2463 Posted October 5, 2006 Share Posted October 5, 2006 you have to have session_start(); for them to be involved in sessions, remove it from the page you do not want involved in the sessions.. Link to comment https://forums.phpfreaks.com/topic/23102-is-it-possible-to-exclude-a-single-page-from-a-session/#findComment-104444 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.