URL based session management

Hi,
I am trying to use URL based session management, i have turned cookies off and session.use_trans_sid = 1 on, but now it doesn’t log me in.

[Session]
session.save_handler = memcache
session.save_path = "URL is here"
session.use_cookies = 0
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly = 
session.serialize_handler = php
session.gc_probability = 0
session.gc_divisor     = 100
session.gc_maxlifetime = 14400
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 = 1
session.hash_function = 0

I have no idea what you’re talking about, but just in case it helps, I find that session.save_path suspicious. I’ve always seen it filled with a path in your file system, like “/tmp/” which is where php will save your session files.