LoginID assinged to a session variable.
I was wondering is it possible to assign CFlogin.username to a session ID?
I am matching SessionID with my authorized users list which allows them the access the intranet page.
I am unable to assign the values since I believ my Application.cfm and Auth.cfm(which checks the users list=session.USRID) runs before my login form. Any simple way or achieving CFlogin.username to a session ID(JsessionID,CFID ) at the time of cflogin input?
