473,908 Members | 4,919 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

$HTTP_SESSION_V ARS

Ok, I have this form that does a $PHP_SELF post, goes through error
checking, then redirects to loc( );

I am setting a session as follows:

if(!session_id( )) {
session_start() ;
$sid = $PHPSESSID;
}

then I am doing post $PHP_SELF:

if ($form) {

if (!$ltype) {
$msg = "Please make a selection.";

} else {

session_registe r($ltype);

loc("index2.php ?sid=$sid&ltype =$ltype");

}
}
Now I get a session ID just fine, but on index2.php I can only retrieve via
HTTP_GET_VARS, and HTTP_SESSION_VA RS is blank. So what do I need to do to
access the session variable I am registering?

I am doing this on index2.php and still I get nothing. Am I regisering
variables wrong? I have Superglobals turned on in php.ini.

while (list ($key, $val) = each ($HTTP_SESSION_ VARS)) {
print $key . " = " . $val . "<br>";
}
Jul 17 '05 #1
0 5761

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1890
by: _mario.lat | last post by:
for ending a session I go to a page: destroysession.php and all it's right: I mean, all variable of session are destroied! BUT when I go to another page a new session (should) be created BUT whit the same value at the same variables in the old session destroyed! destroyedsession.php is:-------------------------- session_start();
2
1847
by: Alex Hopson | last post by:
Hi, I'm trying to modify a shopping cart script from Mastering PHP/MySQL and am having trouble setting up some arrays for it. The original code, below, stores the cart items in a session variable array ($HTTP_SESSION_VARS = array();) basically this stores an associative array with the id number of the product and the qty (ie cart = qty of that product). This works fine, but I need to be able to have sub options AND colours for
2
3513
by: kublai khan | last post by:
I am coming from (an elementary-level) javascript background. I set cookiesin select pages to see where the users are coming from and where they are going. It works quite nicely except that I'd like to write the data into a file and look at it. I have reached a dead end with JS it seems. I have thought about implementing the same with PHP (I know nothing about it but I'm willing to learn) but the disadvantage of PHP as I understand is that...
0
1140
by: chhangru | last post by:
i have this log in script from a book that uses session variable to track the user.. everything works fine in firefox but in IE 6.0 the page only refreshes and the user can be authenticated... i have tried most of the solutions posted on the web.. but to no avail.. if anyone can look at the code.. and help me.. thanks.. kelli here are the scripts.. // stories.php
7
2045
by: Nicole | last post by:
Hi I'm trying to use a function to set a session variable. I have three files: The first file has: <?php session_start(); // This connects to the existing session ?> <html> <head>
12
41233
by: Michael Windsor | last post by:
I've been trying to integrate some PHP pages of my own with some existing code. The details of this are for the support forums for that code (where I have been asking questions), but I wonder if someone here can enlighten me as to why the problematic code is having the effect it is. For reasons I don't know, if the PHP version is 5 or greater, register_long_arrays is false and $_SESSION exists, the following statement is executed: ...
3
1356
by: dheeraj4uuu | last post by:
Hi.. I hav a musicbox V2 script and i uploaded and installed everything but when my users trying to register for an account the submit button was not coming up..and also in my admin panle some of the links are not working just showing a blank page... here is my site http://www.share.legendarydevils.com/musicboxv2/index.php Thanks in Advance Dheeraj
3
1339
by: Shawn Northrop | last post by:
I have on one page: session_start(); session_register ("email"); session_register ("firstname"); session_register ("lastname"); $HTTP_SESSION_VARS = $email; $HTTP_SESSION_VARS = $firstname; $HTTP_SESSION_VARS = $lastname; when i type:
7
3368
by: Deccypher | last post by:
Hi Im trying to do something a little more complex with my login script at the moment it works fine, checks the username and password with the database if its wrong it echo's a error and if its right redirects the user to the main page with the session variable logged_in = true but what i have done now is added more feileds into the user table name company email ect. what i want to do is on successful login pull the users information and...
0
10029
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9875
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11335
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10913
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11040
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7244
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5930
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6133
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4765
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.