Re: [PHP] Re: Newman and his session management.

2002-07-23 Thread Justin French
on 24/07/02 3:38 PM, David Robley ([EMAIL PROTECTED]) wrote: > In article <004c01c232d3$9a600ef0$0401a8c0@philip>, [EMAIL PROTECTED] > says... >> I have started a session on the server, and now would like to add a user >> name and password, and some other information to the session to carry it >>

[PHP] Re: Newman and his session management.

2002-07-23 Thread David Robley
In article <004c01c232d3$9a600ef0$0401a8c0@philip>, [EMAIL PROTECTED] says... > I have started a session on the server, and now would like to add a user > name and password, and some other information to the session to carry it > across all the other pages that are in this session. Any hints on