My session disappear - TechRepublic
Question
November 25, 2008 at 11:08 PM
vlad.02677

My session disappear

by vlad.02677 . Updated 17 years, 8 months ago

I have the following project. Window with 3
iframes, 1 frame has the MenuDisplay.php, 2nd
Iframe has OrderForm.php and the 3rd iframe has
ReviewOrders.php
I have 3 sessions, session[restaurant], which
works fine and it is initialized in the
MenuDisplay.php file, session[d2ucart] wich
initialize in the OrderForm.php. From the
OrderForm.php I am opening a popup window as
window.open(”,’OrderConfirm’,’scrollbars,width
=700,left=100,top=20′)
All those 3 frames are located in the
Order1.php file where session[customer] is
initialized. All other sessions are visible in
the popup window only the session[customer] has
no value. Also all the files are in the same
directory on the server.

ANY SUGGESTION OR THOUGHTS WHERE I MIGHT BE
DOING THE THINGS WRONG?

THANK YOU IN ADVANCE.

This discussion is locked

All Comments