Skip to content
Snippets Groups Projects
Commit 8ac50b07 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove ini_set call replaced by session_cache_limiter()

parent ca5bd896
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@
#Disable session ids on url.
ini_set('session.use_trans_sid', 0);
#No cache
ini_set('session.cache_limiter', 'nocache');
session_cache_limiter('nocache');
#Cookies
//ini_set('session.cookie_path','/osticket/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment