Search found 3 matches

by maxwell44
Tue Oct 07, 2008 3:44 am
Forum: Developers Discussion
Topic: Session lost after 302 redirection
Replies: 1
Views: 1028

Re: Session lost after 302 redirection

I fix the issue, but I still don't know where it comes from.

I have added this line into the index.php (first line):

Code: Select all

if(!isset($_SESSION)){session_start();}
and now it's working.
by maxwell44
Tue Oct 07, 2008 1:03 am
Forum: Developers Discussion
Topic: Session lost after 302 redirection
Replies: 1
Views: 1028

Session lost after 302 redirection

Hi, I have a very strange issue. I add a rule into my htaccess, which is the following one: # Session rule RewriteRule ^([0-9]+)/(.*) session_script.php?source_traffic=$1&page_name=$2 [L] Into the script "session_script.php" I have this code : <?php if(!isset($_SESSION))session_start()...
by maxwell44
Mon Sep 29, 2008 8:19 am
Forum: Developers Discussion
Topic: how to get the HTML result of a global content block
Replies: 2
Views: 1435

how to get the HTML result of a global content block

Hi, I need to get the data from the cms to put it into a variable and display it afterward. I am using ajax to change dynamicaly the content of a div (using innerHTML). into this div I want to load a page which exists into the CMS. for now I am doing that: include_once(dirname(__FILE__).'/../include...

Go to advanced search