Welcome Guest, Not a member yet? Register   Sign In
[Solved] Session issue : Can't keep it persistent
#4

(This post was last modified: 12-16-2016, 09:23 AM by skunkbad.)

Another thing is that null ever will be == null. Instead you would use:


PHP Code:
if( is_nullget_cookie('watch_dog') ) ) 
OR you could probably just do:
PHP Code:
if( get_cookie('watch_dog') ) 
Reply


Messages In This Thread
RE: Session issue : Can't keep it persistent - by skunkbad - 12-16-2016, 09:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB