Re: need to support anonymous users with a simple one time disclaimer agreement

2019-08-04 Thread Ken Whitesell
Gregory, Not only is it not practical in Django, it's not a realistic solution using any framework. There is no "machine ID" that is exposed to a web site, and originating IP addresses completely fails for all people accessing your site from behind a NAT box or other similar functional d

need to support anonymous users with a simple one time disclaimer agreement

2019-08-03 Thread Gregory Hines
I am an experienced software developer but new to django. I am trying to create a simple website in which each new user (either based on their IP address or even more specific machine ID) would be asked to agree to a simple disclaimer before going on to access the site. On subsequent usage I d