Pete Posted September 23, 2014 Posted September 23, 2014 Hi guys I'm trying to incorporate a third-party script into a module by bootstrapping it. The problem is that it also uses $session so PW overrides it. Is there any way to merge the two $sessions or somehow run functions before PWs session comes into play? I suspect this one won't be particularly easy because before PWs session is invoked it won't know who you are
kongondo Posted September 23, 2014 Posted September 23, 2014 Session name? You can have multiple sessions run without conflict https://processwire.com/api/variables/session/ http://stackoverflow.com/questions/1348555/having-two-different-sessions-in-same-domain http://stackoverflow.com/questions/854105/multiple-php-sessions 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now