Jump to content

Whats this --> $_SESSION["refid_session"]


glenelkins

Recommended Posts

Hi

I have never come accross this before and it makes no sense. I have a script that is some how taking a user id from $_GET but all it has is the following:

[code]
session_register("refid_session");
foreach($_GET as $k=>$v)
$id .=$k;
if($id !="") {
if($_SESSION["refid_session"]=="") {
$_SESSION["refid_session"]=$id ;
}
}
[/code]

what is this "refid_session" thing?
Link to comment
https://forums.phpfreaks.com/topic/21885-whats-this-_sessionrefid_session/
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.