| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
kar
Joined: 29 May 2008 Posts: 5
|
Posted: Thu May 29, 2008 11:32 am Post subject: SID dont removing after an hour last visit for register user |
|
|
Good day!
I found a little mistake in version 3.0.1
I'm using Your premod beginning from the version 3.0.0 and i upgrade it up to 3.0.1. I made it in the following type: I uploaded the whole package on the site and made the script of the upgrade of Database.
The function of deleting SID is enabled. In many cases SID is deleted and it is not seen either to guests or to registered users of the site. Previously SID was always deleted automatically in hyperlinks, independent from the time of last visit.
But there appeared a strange thing after upgrading. If registered user visits the site in a few hours after last visit, then SID can be seen on the page in hyperlinks. Maybe there was a redirect with the code 301 or something else.
Users remembered during an hour (settings in Common Setup). User makes the note "To be remembered on the site" at visiting the site.
Maybe the problem is in variable header_sent.
Thank You. I hope on Your help.
You have a very good system.
p.s. I'm sorry for possible mistakes due to my bad english. |
|
|
| Back to top |
|
 |
|
 |
kar
Joined: 29 May 2008 Posts: 5
|
Posted: Fri May 30, 2008 11:47 am Post subject: Re: SID dont removing after an hour last visit for register user |
|
|
Have some idea:
on Apache worked gzip module. It compressed my php/htm/css/js output data. Maybe Apache send header (gziped) and SID not removed becouse header already sended (version 3.0.0 not test sended header or not).
In PHPBB gzip disabled, becouse used native Apache gzip module |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3482
|
Posted: Fri May 30, 2008 12:01 pm Post subject: Re: SID dont removing after an hour last visit for register user |
|
|
It's normal if your user see SIDs when they just log in, as you said, these where previously redirected, but there is no need for this SEOwise, since bots do not log in, and they are redirected (so are guests) if they follow a link with SID.
See this as resources saving  |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
kar
Joined: 29 May 2008 Posts: 5
|
Posted: Fri May 30, 2008 1:24 pm Post subject: Re: SID dont removing after an hour last visit for register user |
|
|
I think it problem:
when registered users see SID's in URL's, users would send URL's in messages with SID's.
I think it bad for SEO, for beaty URL, for security.
May be problem in variable headers_sent in code:
if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) {
return;
}
I can not fix this, but I am confident that you will be able to do so  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |