Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created July 15, 2009 23:51
Show Gist options
  • Save hobodave/148064 to your computer and use it in GitHub Desktop.
Save hobodave/148064 to your computer and use it in GitHub Desktop.
[Session]
session.save_handler = files
session.use_cookies = 1
session.name = PHPHOBOSESS
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 4
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment