Current location: Hot Scripts Forums » Programming Languages » PHP » what would make sessions not work?


what would make sessions not work?

Reply
  #1 (permalink)  
Old 04-23-04, 04:46 PM
o0katz0o o0katz0o is offline
New Member
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
what would make sessions not work?

I use sessions in my scripts and recently have released my script to other people, one person though said that the session part of the script wasn't working (this is for a unique counter, and it wasn't counting unqiue hits). Could it be that some other script on her website is conflicting with mine?
Reply With Quote
  #2 (permalink)  
Old 04-24-04, 10:38 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
Quote:
Could it be that some other script on her website is conflicting with mine?
could be..
and since you said that it works for you and she is the only one reported this, it may be the problem with other scripts she is using ..
you may want to use an array in your session vars!
I mean something like this:
PHP Code:

//instead of this:

$_SESSION['myid'] = 'value';

//use this:
$_SESSION['SCRIPTNAME']['myid'] = 'value';

//or use a prefix to the name if you want to avoid arrays
$_SESSION['SCRIPT_myid'] = 'value'
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]

Last edited by NeverMind; 04-24-04 at 10:43 AM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Art Nexus seeking PHP programmers TheArtNexus Job Offers & Assistance 5 02-26-08 03:08 AM
Make my flash form work! metamorphosis Script Requests 0 01-23-04 01:52 PM
PHP & sessions, why won't it work? TinnyFusion PHP 1 10-04-03 01:51 PM
how to get my sessions script work with cookies JM007 PHP 1 06-24-03 08:06 AM


All times are GMT -5. The time now is 10:30 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.