literom Posted June 16, 2007 Share Posted June 16, 2007 Dear members i have recently installed RHEL 4.0 ES... With which php 4.3.9 & MySQL 4.1.7 has been installed as a part of the installation. The problem which i am facing is in the starting of PHP sesssions. The sessions are not being started. due to which i am not being able to login .... THe application which i am using has been designed and is found running fine on PHP 4.4 with MysQL 4.1.10 onwards ......... I have checked all the possible reason, except the mysql version. Can u please let me know that, is this the problem of PHP or MySQL as we are storing sessions in the database as well for the user tracking regards Vishal Quote Link to comment Share on other sites More sharing options...
solarisuser Posted August 17, 2007 Share Posted August 17, 2007 <? session_start(); session_name('WHATEVER NAME YOU ARE USING'); print_r($_SESSION); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.