M
Meya
I am using IIS 5.0..
server doesnt pass the session parameters to next pages..
pls anyone can help on this issue..
code:
set rs = server.createobject("adodb.recordset")
sqlquery="select * from account where uid='abc'
and password='123'"
rs.open sqlquery, conn, 3, 3,0
if not rs.eof then
session("acct")= rs("account")
end if
server doesnt pass the session parameters to next pages..
pls anyone can help on this issue..
code:
set rs = server.createobject("adodb.recordset")
sqlquery="select * from account where uid='abc'
and password='123'"
rs.open sqlquery, conn, 3, 3,0
if not rs.eof then
session("acct")= rs("account")
end if