Hi all.
I have read most of the post concerning redirecting after a SESSION has expired but I am not sure how to do this.
The SERVER settings are:
ession.auto_start Off
session.bug_compat_42 On
session.bug_compat_warn Off
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain .mydomaincom no value
session.cookie_lifetime 0
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440
session.gc_probability 1
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path /tmp
session.serialize_handler php
session.use_cookies On
session.use_only_cookies Off
session.use_trans_sid Off
What I want to do is redirect from the page that is loaded back to the application login page.
Is there a good method I could use.