thanks for the response, 
and I hear what your saying about using standards.
Im going to look into cookies more...

I just found info about "Forms-Based Authentication" which is a MS standard I 
guess for asp.net

thanks again
Frank

"Glenn B. Lawler" <[EMAIL PROTECTED]> wrote:
 The most common standards-based way to do this is fairly straightforward, use 
cookies to issue a unique cookie to each user that passes the 
 authentication test. Then, each request ...
 
 We try to stick with standards-based web programming, which means we avoid 
proprietary solutions like cold fusion, asp, java, and .net. However, if you 
are using asp, check the SessionID property of the Session object. 

 The biggest reason to stick with standards-based programming is that, as a 
 developer, you want to create large libraries of code that can be recycled in 
one way or another. When done to optimal advantage, these libraries will take 
years to build and debug. If you stick with standards, your old code will 
continue to run well into the future. If you do not, years of your work could 
(and probably will) become obsolete because the company controlling the 
technology changes their mind about how to do certain things. Talk to a 
longtime VB programmer if you want to hear more about this.
 
Glenn Lawler
 

                        
---------------------------------
Yahoo! Photos
 Ring in the New Year with Photo Calendars. Add photos, events, holidays, 
whatever.

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to