Classic ASP Store objects in the session object

后端 未结 6 725
名媛妹妹
名媛妹妹 2020-12-06 14:00

I am new to classic ASP and I need to code a web application in classic asp because the customer wants it to be in classic asp. :(

Anyways! here is my question:

6条回答
  •  甜味超标
    2020-12-06 14:10

    I would create a COM object that looks like your Person class with VB6. Then store that. The code is very similar.

    Pete's method probably works.

提交回复
热议问题