I'll take a stab at this question...

Each request could be on a different thread, therfore each request must set the user 
for the thread.  The login action would only be called once at login, but the session 
validator is called on each request?

"Eric Emminger <[EMAIL PROTECTED]> writes:

> Quinton
> 
> > I have need to pass the username of the person logged into my
> > application to the database.  The only way that I can see to really
> > accomplish this is to call a stored procedure immediately after
> > obtaining a pooled connection and calling it again when the connection
> > is released to clear the name.
> 
> This may be a naive response, but could you just do this in the Login
> action?
> 
> Eric
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
=====================================================================
Jeffrey D. Brekke                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to