hai
im doing a project.i created a CDONTS session. i want to create a session for username. when im trying to create a session using the following code

VB Code:
  1. ses.Session("uname") = txtUName.Text

but im getting an error

Run-time error '-2147219963(80040605)'
Methid 'Session' of object 'ISession' failed.

how can i create a session?
please help me Rob