Elxis CMS Forum

Community => Build with Elxis... => Topic started by: rentasite on April 06, 2008, 00:20:39

Title: Studio DECOKERAM built with Elxis
Post 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.

Title: Re: Studio DECOKERAM built with Elxis
Post by: CREATIVE Options on April 06, 2008, 10:55:49
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
Title: Re: Studio DECOKERAM built with Elxis
Post by: rentasite on April 06, 2008, 15:24:56

I get this   http://www.decokeram.gr/index.php?option=com_stargallery&Itemid=44

 ??? :-\
Title: Re: Studio DECOKERAM built with Elxis
Post by: CREATIVE Options on April 06, 2008, 17:07:50
ps: answer via msn for instructions to check all the template files for any php session value.
Title: Re: Studio DECOKERAM built with Elxis
Post by: Ivan Trebješanin on April 06, 2008, 17:18:25
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!!!
Title: Re: Studio DECOKERAM built with Elxis
Post by: rentasite on April 06, 2008, 17:26:03

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
Title: Re: Studio DECOKERAM built with Elxis
Post by: Ivan Trebješanin on April 06, 2008, 17:31:58
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
Title: Re: Studio DECOKERAM built with Elxis
Post by: rentasite on April 06, 2008, 17:46:30
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?
Title: Re: Studio DECOKERAM built with Elxis
Post by: rentasite on April 06, 2008, 18:08:35

Thanks Niko and Ivan.

I asked from my provider to disable PHPSESSID. And they did  ;)
Title: Re: Studio DECOKERAM built with Elxis
Post by: CREATIVE Options on April 06, 2008, 20:42:20
We always take care the good for all the members of Elxis Community !