How To Remove PHPSESSID Session Id All Pages

RegisterLogin
How To Remove PHPSESSID Session Id All Pages
Post Description: How To Remove PHPSESSID Session Id All Pages
Tags: How, To, Remove, PHPSESSID, Session, Id, All, Pages
This Post Was Posted On Nov 12, 2009 By administrator #1163
I am currently have my domain being hosted by another web hosting company. I have tried to get them to help me with an issue I am having. For some reason all my pages have ?PHPSESSION in the url when a new user visits my site. This includes search engines. I want this to be stop. I read somewhere that this is a configuration in the server itself. I told my webhosting provider but they said that they won't do it.

I am thinking of getting a dedicated server for my site, but if I do, I want to know how to get rid of this annoying thing.

This is an example of my site

http://www.wallpaperama.com/?PHPSESSID=c293e7c7c88a3679f804775ebbda.

I dont want my urls to have the PHPSESSID, this is not good for search engines.

Leave Your Comments
modi
#2804 1
if you can resolve of this topics i would be impresssed you moronos phpsessid tutorial session phpsessid phpsessid session_start _session phpsessid get phpsessid sessions phpsessid url phpsessid print phpsessid phpsessid cookies phpsessid htaccess phpsessid session_id _get phpsessid php phpsessid remove phpsessid click php phpsessid yeti sports googlebot indexes phpsessid name phpsessid disable phpsessid 85.255 117.4 click php phpsessid a097059c251a436d960c976ce00d8867 85.255 117.76 click php phpsessid c088cecda9a443138155ec82cd768ab6 input type hidden name phpsessid phpsessid in url yeti sport google phpsessid yeti games totalsupercuties com members phpsessid cannot generate system identifier for general entity phpsessid hide phpsessid phpsessid xhtml type hidden name phpsessid xoops phpsessid removing phpsessid reference to entity phpsessid drupal phpsessid htm phpsessid phpsessid hack phpsessid deleted 85.255 117.4 click php phpsessid 375aa622b4c841be9288401f7e3bf335 reference to entity phpsessid for which no system identifier phpsessid hidden get rid of phpsessid _request phpsessid phpsessid value totalsupercuties com members phpsessid cf2c94cf76938d5c864f7b1c1a17be60 php session phpsessid phpsessid login php phpsessid 85.255 117.5 click php phpsessid 4db003a2216548fe896247d861f6a931 what is phpsessid 85.255 117.74 click php phpsessid 2b832c6c789144969220373e0e9d5a20 adjustable beds phpsessid 85604b221c61f034f7dfb9e1cf275b22 phpsessid php ini session save_path using phpsessid 85.255 117.76 click php phpsessid 5f3843e01e264efa844677e3a7bee460 www kecal cz scripts login php phpsessid 7a43cd4f6ad9cee12ba57dbc7c162392 phpsessid problem phpsessid ini_set poemasde amor msg62234 html phpsessid 1e17386504a4b18d9be0c4a24b0a898e php file phpsessid dreamhost phpsessid phpsessid exploit storage tahaj sk winamp v5 21 exe phpsessid php hide phpsessid 85.255 117.3 click php phpsessid 7e523643c0e7422d9fcf18e31c70bd8e htaccess remove phpsessid phpsessid auslesen phpsessid validator supprimer phpsessid phpsessid error no phpsessid setcookie phpsessid signup php phpsessid valid phpsessid display phpsessid input type hidden name phpsessid value stop phpsessid name phpsessid value login phpsessid phpsessid input general entity phpsessid exe phpsessid html phpsessid 1.4 0 members phpsessid v1 5.1 88 dvd2one yetisports dvd2onex yetisport session_register _session fopen smarty mysql _post session_id _get isset htaccess yeti apache gc_maxlifetime zend url cookies foreach javascript crack ssl pear php5 sessionid explode xml string serial session php4 include mail httpd scripts redirect iis apache2 perl 1 sessions post array var syntax script header ini arrays select parse variables date if login variable tutorials tutorial save_handler query one functions print form function read simple user output check example 5 conf 7 return get 4 multiple 1.5 1.4 1.3
Nov 12, 2009 Reply Report abuse
administrator
#1569 2
I have a dedicated server from webune.com also, initially, i had to disable this by going into my php.ini file, to get this disabled, followed these steps:

1. Find:
     Code:
session.auto_start


2. Make sure the value is equals to 0 (zero) like this:
     Code:
session.auto_start = 0



this is how my php.ini looks like:

     Code:
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
;
; As of PHP 4.0.1, you can define the path as:
;
; session.save_path = "N;/path"
;
; where N is an integer. Instead of storing all the session files in
; /path, what this will do is use subdirectories N-levels deep, and
; store the session data in those directories. This is useful if you
; or your OS have problems with lots of files in one directory, and is
; a more efficient layout for servers that handle lots of sessions.
;
; NOTE 1: PHP will not create this directory structure automatically.
; You can use the script in the ext/session dir for that purpose.
; NOTE 2: See the section on garbage collection below if you choose to
; use subdirectories for session storage
;
; The file storage module creates files using mode 600 by default.
; You can change that by using
;
; session.save_path = "N;MODE;/path"
;
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
session.save_path = "/var/lib/php/session"

; Whether to use cookies.
session.use_cookies = 1

; This option enables administrators to make their users invulnerable to
; attacks which involve passing session ids in URLs; defaults to 0.
; session.use_only_cookies = 1

; Name of the session (used as cookie name).
session.name = PHPSESSID

; Initialize session on request startup.
session.auto_start = 0

; Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0

; The path for which the cookie is valid.
session.cookie_path = /

; The domain for which the cookie is valid.
session.cookie_domain =

; Handler used to serialize data. php is the standard serializer of PHP.
session.serialize_handler = php
Dec 04, 2006 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 3:22 am
Powered by: Webune Forums V3