Elxis CMS Forum
Community => Build with Elxis... => Topic started by: rentasite on April 06, 2008, 00:20:39
-
Another site i finished after some days of work, for a Greek company: www.decokeram.gr (http://www.decokeram.gr) Related to tiles, flooring tiles exc. :)
- Very minimal and fluid template.
- The site is offered only in Greek language.
- Stargallery component used.
-
Spyros, check your menu because when I have visit the website, in the menu + link to star gallery the link that I got was the following.
http://www.decokeram.gr/index.php?option=com_stargallery&Itemid=44&PHPSESSID=a304c17e571b244dd5d2d05443ba5e4c
-
I get this http://www.decokeram.gr/index.php?option=com_stargallery&Itemid=44
??? :-\
-
ps: answer via msn for instructions to check all the template files for any php session value.
-
http://www.decokeram.gr/index.php?option=com_stargallery&Itemid=44&PHPSESSID=a304c17e571b244dd5d2d05443ba5e4c
Here's what I got http://www.decokeram.gr/index.php?option=com_stargallery&Itemid=44&task=viewcategory&catid=1&PHPSESSID=f7019739d87959a3480bb6c7c0d3bf26
You MUST fix this!!!
-
Inserting this piece of code in .htaccess will it solve this issue?
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
-
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
That might solve your problem. However I don't know how exactly is your server set up... Try and see, but it's VERY risky if your sessions are shown in URL. Thank Sirigos for noticing.
EDIT: I see everything is OK now
-
Well, i added these lines before the session_start()
ini_set("url_rewriter.tags","");
ini_set(session.use_trans_sid, false);
I'll have to see, what i should i do with the server. Any idea?
-
Thanks Niko and Ivan.
I asked from my provider to disable PHPSESSID. And they did ;)
-
We always take care the good for all the members of Elxis Community !