Jump to content

question on session


phppaper

Recommended Posts

Like most of the core php functions, those two are explained in the php manual - http://www.php.net/docs.php

 

When you read up on those, take note that those two functions only work when register globals are on, they have both been depreciated since php 4.2 in the year 2002, and have been completely removed in php6.

Link to comment
https://forums.phpfreaks.com/topic/99303-question-on-session/#findComment-508090
Share on other sites

Like most of the core php functions, those two are explained in the php manual - http://www.php.net/docs.php

 

When you read up on those, take note that those two functions only work when register globals are on, they have both been depreciated since php 4.2 in the year 2002, and have been completely removed in php6.

 

TS, incase you're interested, here are some changes for php6. Figured you might want to take a look.

 

http://davidwalsh.name/upcoming-php6-additions-changes

Link to comment
https://forums.phpfreaks.com/topic/99303-question-on-session/#findComment-508101
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.