Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OSessionTable
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Titre:
Divers
Thread ID:
00865939
Message ID:
00866866
Vues:
22
Thanks for the reply and the sugestion Claude. Why did you choose to use osessiontable instead of osession object in your demo page?
Thanks,
Einar

>Einar,
>Yes, but I would use the Session object instead of the SessionTable. This is because the SessionTable needs to be maintained since it uses a Memo field. The Session object is built in and never needs to be maintained. Really the only reason to use SessionTable is if the Web applcation needs to scale to multiple servers in which case the Session object won't work. It uses the exact same parameters so it should be no problem to switch between the two.
>>Hi,
>>Can I store anything using oSessionTable.value()?
>>For example:
>>
>>oSessionTable.VALUE("myproperty",42)
>>
>>
>>Is this what oSessionTable.value() is supposed to be used for (storing session ralated stuff that is)?
>>Is there anything I should be aware of when using oSessionTable.value()?
>>
>>Einar
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform