Forum Moderators: coopster

Message Too Old, No Replies

Multiple sessions for multiple scripts in one login.

Sessions and php

         

aftershock2020

1:59 am on Jan 22, 2009 (gmt 0)

10+ Year Member



I'm trying to find a simple way to bring multiple scripts into one login, bypassing their pre-built, individual login forms without having to recode the whole set into a master script, which I simply don't have the time nor skill for right now.

I've been looking at sessions and wondering if I can 'stack ' multiple script login verification in the master login script. It would be like script stacking in perl...

How would that work for multiple login verification on the subscripts through this one master script?

Thanks for your help.

coopster

10:27 pm on Jan 30, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Either pass variables to the authentication methods for each script or set the appropriate variables (and update any database methods) to simulate login for each.