Forum OpenACS Q&A: Re: https / nsopenssl without login

Collapse
Posted by C. R. Oldham on
Robert,

I haven't looked at the latest tarballs for a while, but earlier versions of OpenACS hardcoded a string of URLs that could be delivered by SSL without requiring login. We needed that functionality too. The file it used to be located in is packages/acs-tcl/tcl/security-procs.tcl. The function is called "ad_login_page"--so called because if the page is used for logging in, then it is ok to be served to a non-logged-in user by SSL.

Collapse
Posted by robert parker on
Aha, I see it now (and your changes to sec_handler, at least in my version of OACS - the 4.6.3 docs on openacs.org dont show your changes)

So I can start to understand sec_handler better; what is the difference between the session_id cookie and the user_login cookie?