the_net_2.0
Banned
- Local time
- Today, 08:52
- Joined
- Sep 6, 2010
- Messages
- 812
can anyone relate to tracking sessions in Access? Sometimes I use the SESSION variable in PHP to time page movements, but not all the time. I was wondering if there was something similar in Access. I know there are no super globals, but I'm curious to know how the veteran programmers here handle this.
I'm thinking it would be OK to issue a global or public variable upon successful logins with FEs that are all using the same BE. Would there be any problem with this? I have read that all variables not destroyed by the time the program is shut down will be when the program is closed. Are there any thoughts on this?
thanks!
I'm thinking it would be OK to issue a global or public variable upon successful logins with FEs that are all using the same BE. Would there be any problem with this? I have read that all variables not destroyed by the time the program is shut down will be when the program is closed. Are there any thoughts on this?
thanks!