A
awburns
Hi,
A friend of mine has written a C# Assembly to get some data. To do so,
though, involves creating an object ( a 'Login' object, containing the
user's credentials) and then running a "login()" method.
I'd like to store this in the Session object, to avoid having to login
for each page. What's the best way of doing this? And how would I
write a global function for accessing this data from the Session
object?
Thanks, Andy.
A friend of mine has written a C# Assembly to get some data. To do so,
though, involves creating an object ( a 'Login' object, containing the
user's credentials) and then running a "login()" method.
I'd like to store this in the Session object, to avoid having to login
for each page. What's the best way of doing this? And how would I
write a global function for accessing this data from the Session
object?
Thanks, Andy.