Re: [PHP] Sessions in Frames...confused

2004-12-06 Thread Richard Lynch
Ryan A wrote: > Hey, > >>Do I have to start a session in index.php which is calling the sideFrame > and >>mainFrame or just in mainFrame or just in sideFrame or in all?? AGH! >>going nuts! > > /* > As far as I know there is no harm in calling session_start() in all your > Iframes and Frames. Ac

Re: [PHP] Sessions in Frames...confused

2004-12-06 Thread Brent Baisley
PHP, and it's sessions, knows absolutely nothing about frames. A frame is just another page, the browser just happens to display it inside of another page. From a session standpoint, you should treat each frame as an independent page. On Dec 5, 2004, at 9:12 PM, Ryan A wrote: Hi, Reading the di

Re: [PHP] Sessions in Frames...confused

2004-12-06 Thread Ryan A
Hey, >Do I have to start a session in index.php which is calling the sideFrame and >mainFrame or just in mainFrame or just in sideFrame or in all?? AGH! >going nuts! /* As far as I know there is no harm in calling session_start() in all your Iframes and Frames. According to theory a new sessi

Re: [PHP] Sessions in Frames...confused

2004-12-05 Thread Raditha Dissanayake
Ryan A wrote: Hi, Reading the different articles on phpbuilder/devshed/phpfreaks etc has left me a bit confused.. will start from the beginning so you guys(and girls) can give me some advise and show me the right path again ;-) I have a normal user/pass login screen, after which I start a session f

[PHP] Sessions in Frames...confused

2004-12-05 Thread Ryan A
Hi, Reading the different articles on phpbuilder/devshed/phpfreaks etc has left me a bit confused.. will start from the beginning so you guys(and girls) can give me some advise and show me the right path again ;-) I have a normal user/pass login screen, after which I start a session for the client