PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 26th, 2000, 04:35 AM
Hude Hude is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 3 Hude User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Calls to session_start and some other functions result into a very long wait followed by an error message "page cannot be displayed". For example the following code does it:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><?php
session_register("count");
$count++;
echo $count;
?>[/code]
In php.ini I have the line session.save_path = /tmp and I have created the directory c:tmp. I also created a virtual directory /tmp under the www root directory. In the c:tmp directory I can find session id files with the size of 0 bytes.
I can't figure out what is wrong.

Reply With Quote
  #2  
Old April 26th, 2000, 06:33 AM
Hude Hude is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 3 Hude User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The same seems to work well under Linux+Apache...

Reply With Quote
  #3  
Old April 26th, 2000, 08:38 AM
trahma trahma is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 33 trahma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
Send a message via ICQ to trahma
I actually had this problem with our IIS server. Check the permissions on your temporary directory and make sure that the world can write to them. I believe this was our problem, if it doesn't seem to be yours, let me know and I'll see if I can find something else that might have caused our problem.

-Justin

Reply With Quote
  #4  
Old April 27th, 2000, 06:58 AM
Hude Hude is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 3 Hude User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It doesn't seem to be the problem...

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > session problems with php4+winnt+pws4

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap