I didn't read that article entirely but I don't think it'll work for your situation. The author is stating that he's calling session.abandon which triggers...
Peter I think I get it takes me a bit so I have something to the sort in when some one updates thier profile that I do a date diff staing that if the date they...
If you store the last login and track that for each user as they hit each page on the site, dump the 0 and 1 concept and just check the date/time last logged...
Yes. I did something like this with PortaChat (a Classic ASP chat app that I wrote years ago), though I kept the current user list in an Application variable...
With a very active site, I could see where that could be a better solution. Why hit the DB for each and every page hit when you don't have to? Tony - does...
Hey Peter thanks for the suggestion is works great I get it set that after 4 hours users must login and it works after they leave the site with out session and...
Classification: UNCLASSIFIED Caveats: NONE Greetings: I've built a small app (using Microsoft FrontPage) to collect registration information for a conference....
Is there a reason you can't use the ID? What do you mean your getting nowhere? Is there a technical issue or error preventing you from doing so? Post...
Classification: UNCLASSIFIED Caveats: NONE This is all generated by FrontPage. All of the rest of the confirmation requests work, but the ID comes up blank....
Seeing as how I haven't touched FP in ages and probably never will, that code doesn't mean much to me. Is there more to it? I'm afraid that while FP...
Classification: UNCLASSIFIED Caveats: NONE
Two attachments.
Data.txt is the page that populates the database after colleting data from
the 3 previous...
When you insert something is the opportunity to grab the newly created ID with @SCOPE_IDENTITY for sql2005 (used to be @@IDENTITY would be OK but has...
Sure, standby SMS Jack Gruber NCC California National Guard 916-854-3560 ... Sent from my BlackBerry Wireless Handheld ________________________________ From:...
Classification: UNCLASSIFIED Caveats: NONE My firewall ate them. Pdf's should get through //SIGNED// Jack Gruber, SMSgt. ANG NCC/IA, JFHQ CA DSN 466-3560...
The list doesn't accept attachments. However, if you look at the raw content of the original email, you should be able to see the content of the three files...
FrontPage Bot 0is saving to a file, not a database, cfr U-File="_private/form_results.csv". So no ID field too grasp! Use a hidden field with generated content...
Classification: UNCLASSIFIED Caveats: NONE Thanks. I pretty much already decided to go the hidden field approach. //SIGNED// Jack Gruber, SMSgt. ANG NCC/IA,...
It doesn't need to be a database to be a datasource to ASP, you can create a datasource via ODBC to the csv file as a datasource and add your own ID to that...
Hello, I have worked with sessions in .NET and it is relatively simple. I have a project that I need to do in ASP Classic and was wondering what is a simple ...
mbelcher
AspClassicAnyQuestion...
Oct 4, 2008 12:13 am
8403
almost identical in ASP. http://learnasp.com/freebook/asp/statesessions.aspx On Fri, Oct 3, 2008 at 7:13 PM, mbelcher...
As I understand it, ASP sessions are much less scalable and you're subject to serialization (i.e. an object in session can only be used by one thread at a...
Hello, I have worked with sessions in .NET and it is relatively simple. I have a project that I need to do in ASP Classic and was wondering what is a simple ...
mbelcher
AspClassicAnyQuestion...
Oct 4, 2008 2:09 am
8406
Add code to a .asp file that checks security level and/or permission level and include it in every page that needs to perform this action. At this top of...
Hi, I have created a web page, on which i have not applied javascript checks because anyone can disable javascript on his system, so i used asp classic, I read...
Is it possible for a long-running SQL query executed from an ASP page to stop and display only the queried result on a time alotted(let's say 1 minute)? In...
For as far as I know this isn't possible. Regards, Mischa Van: AspClassicAnyQuestionIsOk@yahoogroups.com [mailto:AspClassicAnyQuestionIsOk@yahoogroups.com]...