|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi,
I have a window with two frames, one point to the file a.php and the other open the file b.php. I call the session_start function in a.php and register some variables to the session. I'm wondering if I can use the registered session variables in b.php. If it is not possible, is there a way to share variables between the two frames? I also need somebody's advice on writing a login page. Thanks in advance. ![]() Last edited by roy : June 7th, 2002 at 02:02 AM. |
|
#2
|
|||
|
|||
|
if you are calling b.php after a.php then you can use sessions.
Sessions are there after they have been set for all the pages requested from the same website. Dont forget to start session in all pages where you want to use session variables. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Session |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|