AFAIK, cflogin uses http authentication. That would mean that the username is passed in the HTTP request headers.
<cfdump var="#GetHttpRequestData()#"/> and see what you get They should be available to java the same way any request headers are.. WG -----Original Message----- From: Reilly, James [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 16:44 To: CF-Talk Subject: J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN I know that JSPs/Servlets and CFM can share the session scope, but what about the CFLogin scope? (Cflogin scope seems to be like a private scope, since the session scope does not hold the CFLogin related info.) So, how can a jsp/servlet "see" the CFLogin data, with out passing it around...? Tkx, Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

