session related

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

Post Reply
zawar
Forum Newbie
Posts: 2
Joined: Tue Mar 07, 2006 2:23 am

session related

Post by zawar »

Hi all,
If i register a ssionlike.
$_SESSION['username']=true;
is it availble for all new browsers on the same machiene ,Or it will work only links which leads to next pages.
Please explain me about sessions .
zawwar.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

try it out.
jrd
Forum Commoner
Posts: 53
Joined: Tue Mar 14, 2006 1:30 am

Post by jrd »

Post Reply