PHP and accessibility

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
smpdawg
Forum Contributor
Posts: 292
Joined: Thu Jan 27, 2005 3:10 pm
Location: Houston, TX
Contact:

Post by smpdawg »

The sessions store user data on the server (without a database) and you can access each users info as they visit a page. It is really a database though so when they come back they will have to set their preferences again but at least they will be there as long as they are on your site.
horsleyaa
Forum Newbie
Posts: 20
Joined: Tue Mar 01, 2005 8:52 am
Location: Aylesbury, UK

Post by horsleyaa »

how will the data be stored because I don't think it is possible for content to be written permanently
User avatar
smpdawg
Forum Contributor
Posts: 292
Joined: Thu Jan 27, 2005 3:10 pm
Location: Houston, TX
Contact:

Post by smpdawg »

Are you referring to the session information?
horsleyaa
Forum Newbie
Posts: 20
Joined: Tue Mar 01, 2005 8:52 am
Location: Aylesbury, UK

Post by horsleyaa »

I am referring to the session information
Post Reply