On Wednesday, October 23, 2002 at 20:02, Diane Schips wrote:

DS> For example, ASP.net (supposedly) maintains session state much better,

ohhh it does!!  you now have three different ways that you can maintain
state.  the usual in-process method used by classic asp, which is really
tricky to get to work over a web farm.  an out of process state server
that can manage the state for any number of machines.  and if you're
using mssql as your db, then it can be used to manage state...all without
any extra coding....

DS> but it uses cookies to do so.

it places a session cookie on the users machine.  as the name suggests,
this vanishes when the session ends.

DS> What about browsers that don't support cookies for whatever reason?

you can tell the web-app to use a cookieless method that appends a
session id to the end of the querystring for all users.

DS> Does the security really work better?

in what way??  setting up secure sites is very easy, and pretty secure
and again, very little extra code for you to write.

DS> Supposedly, ASP.net will adjust to any browser - how well does that
DS> really work?

i'm guessing you mean with the rich controls??  things like the
calender??  it sort-of works!  if you're using ie you get the full js
enabled whistles and bells version.  if you're using anything else you
don't!!

there are several components that have replaced the standard ms js with
cross browser stuff, so now you can use the validation controls with
client-side validation on all browsers.

hth,

darren


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to