Welcome Guest, Not a member yet? Register   Sign In
sessions problem
#1

[eluser]PHPraja[/eluser]
hai all

The problem is that the actual session data is lost for the session variable and 'jquery.js' string is assigned to the session variable in the next page.
I m setting the session data as
Code:
$lat_long='-36.85507 174.74416';
if(isset($lat_long))
$this->session->set_userdata('curr_addressIds',$lat_long);

In specific if i assign latitude and longitude data for the session data then i m facing this problem. Could any help me.


Thanks,
raja




Theme © iAndrew 2016 - Forum software by © MyBB