Welcome Guest, Not a member yet? Register   Sign In
sessions not enabled on go daddy server
#1

[eluser]labao[/eluser]
Hello, I am using codeigniter to build a car rental website and I am having trouble implementing it on a godaddy server. I am still in school so forgive me for not being so technical but the sessions that I am putting variables into don't seem to want to be recorded.
I am using the following come to dump the var into session data:

Code:
$vehicle=$this->input->post('vehicle');
then
Code:
$this ->session->set_userdata('vehicle', $vehicle);

and then I am pulling the vars out on the last page via this line of code:
Code:
$car=$this->session->userdata('vehicle');
   echo $car;

Also this code works locally... but not remotely. I can go to the website and go through all the steps and have it run perfectly on my machine but when I go try it on another computer, the sessions aren't created and the application doesn't work.

Any help is appreciated. This is a school project and time is of the essence!

Thanks,

Lorne.


Messages In This Thread
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 04:33 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 10:37 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:10 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:20 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:25 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 11:34 AM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 12:51 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:31 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:40 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 01:57 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:23 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:41 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:47 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 02:47 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 07:56 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:03 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:04 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:07 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:11 PM
sessions not enabled on go daddy server - by El Forum - 04-09-2010, 08:14 PM
sessions not enabled on go daddy server - by El Forum - 04-15-2010, 02:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB