im trying to create inbox application in VB6. so created an object ses as CDONTS.Session. when im trying to create a session using following code

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

it showing a error message

Compile error:
Can't assign to readonly property

Any body please help me.