Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Need SESSION across folders
Old 11-19-2009, 08:58 PM Need SESSION across folders
Average Talker

Posts: 17
Name: Gary
Trades: 0
Hi, Noob here. Been searching for help and guidance. I had my web pages displaying properly when they were all in the same folder. After I moved some pages into a new folder they do not display the correct information. I believe this is related to SESSION. I need to have the SESSION data available to files in different folders. What is the proper way to do this? I've check the manual and other sources, but ended up confused. Thanks in advance.
gdaniels is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-19-2009, 09:58 PM Re: Need SESSION across folders
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
A session is available everywhere over a domain. If both of your folders are in the same domain, then your problem is not that the session don't work.

Are you sure the session is started ?
ie: you have issued an
PHP Code:
<?php
session_start
();
at the top of your php script, if the session_auto_start parameter of the php.ini is set to off.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 11-20-2009, 01:02 AM Re: Need SESSION across folders
Novice Talker

Posts: 8
Name: Sean
Trades: 0
As tripy said session data is available across all the domain. I doesn't sound like the issue session related. If you moved some files into another folder... it sounds like you need to check each of those files and make sure any references for includes, etc... within the files' code is set to the correct path.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
thepromoshop is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need SESSION across folders
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.76609 seconds with 12 queries