is something new Store technology in asp.net 2.0?

N

nalbayo

is something new Store technology in asp.net 2.0?

such as session and viewstate...cookies...

when i make a website i usually save my data into the Session or cookies

but it is not convenient for me to save public data because session is break
when website restart.

is it somthing new? improved storage technology in asp.net 2.0?
 
K

Keith Patrick

If you're talking about user data, yes, there is a Profile now for users
that is stored in a database and thus persisted across sessions and
browsers. Basically, define the profile structure in the web.config, and
you're basically set.
 
B

Bruce Barker

there are two new features

1) user profile data
2) the ability to integrate your own session store

no real changes to inproc sessions (not sure why anyone uses this except as
dev)

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top