Rewriting 2 lines of code
hi,
i have a piece of code, but i looks like too old that these methods no longer exist. can some one please rewrite these lines for me, i will really appriciate that.
there are two methods newrow() and rows.add(), which i can't find now.
any one can help.
thanks
---------- Code ----------
drowSession = Context.Cache("SessionKeys").newrow()
drowSession("Session_Key") = objServiceTicket.SessionKey
drowSession("Session_Expiration") = objServiceTicket.Expiration
'Context.Cache("SessionKeys").rows.add(drowSession)
|