ID:               27403
 Updated by:       [EMAIL PROTECTED]
 Reported By:      venky at smartxp dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: Linux
 PHP Version:      4.3.4
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You're doing something wrong, this works absolutely fine when a) script
is correct

b) configuration is correct.




Previous Comments:
------------------------------------------------------------------------

[2004-02-26 07:09:28] venky at smartxp dot com

Description:
------------
When i access through



http://mydomain/start.php



it creates a session file and start session.





Again when i  access same file in same browser through SSL



https://mydomain/start.php



Warning: session_start():
open(/tmp/sess_5e99b05aa4e84d8304778ab34ae8e68a, O_RDWR) failed:
Permission denied (13) in /home/www/hollywoodclicks/index.php on line
1



Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at /home/www/hollywoodclicks/index.php:1)
in /home/www/hollywoodclicks/index.php on line 1



Reproduce code:
---------------
start.php

<?

session_start();

?>







Expected result:
----------------
When i access through



http://mydomain/start.php



it creates a session file and start session.





Again when i  access same file in same browser through SSL



https://mydomain/start.php



Warning: session_start():
open(/tmp/sess_5e99b05aa4e84d8304778ab34ae8e68a, O_RDWR) failed:
Permission denied (13) in /home/www/hollywoodclicks/index.php on line
1



Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at /home/www/hollywoodclicks/index.php:1)
in /home/www/hollywoodclicks/index.php on line 1



Actual result:
--------------
It should maintain maitain the same session across SSL and Non SSL
pages


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27403&edit=1

Reply via email to