Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nomad2

  1. Nomad2

    Java Regular expression

    need help on java regular expression, is there on such class in jdk 1.2 above if no, i don't intend to install third part component. how can i do a normal regular expression check such as getting onlg a-zA-Z_0-9 and error for other type of characters
  2. Nomad2

    Simple (?) CFSchedule Questions

    i am using unix running sun solaris with coldfusion thinking of using the crontab provided by the OS. could anyone please come up with a script for me. i was told that there need to be a script file, with the PATH_TRANSLATED environment set. Besides that, to call the execute file that...
  3. Nomad2

    CfScheduler for Auction

    I am developing an auction site. Most probably using Cfscheduler Feature by Coldfusion. However, even when I made a simple file to be run to print out date and time in a text file every 2 minutes, it does not seem to work. Why? I have access@to the CF Administrator (using Win CF 4.5) where I...
  4. Nomad2

    Urgent !! Date/Time Insert

    This is my current platform; Oracle as database, Sun Solaris as OS and CF4.0 for Solaris I want to insert a data & time value but does not seem to work. Here is a snippet of the code. <cfset yr = year(now())> <cfset mt = month(now())> <cfset dy = day(now())> <cfset hr = hour(now())> <cfset...
  5. Nomad2

    CFQUERY Insert Date & Time

    I would like to insert the data and time into the date/time field. If not defined, it usually defined the date only. How do I put the time in as well. I am using Oracle database, but I would like to enter the date and time specified by Coldfusion. <cfset todate = now()> <!--- holds the time...
  6. Nomad2

    Keeping Session Alive Between Application

    i am beggining to understand the importance of storage. However, when you mean database, it is on the server side, right. How am I suppose to manage this data stored in database while enabling a timespan for this storage if possible, could you privide a sample code
  7. Nomad2

    Kill Session

    i have tried using Structclear(Session) however nothing seems to happen. by the way, i am using CF4.0 Solaris. Is there any other way to destroy session.
  8. Nomad2

    Keeping Session Alive Between Application

    are you trying to say, to enable <cfapplication clientstorage=&quot;registry/cookie&quot; clientmanagement=&quot;yes&quot; ...> i am actually ony enableing session management. trying not to use cookie/database. Is it possible
  9. Nomad2

    Keeping Session Alive Between Application

    How do I keep a session alive between application back and forth. For instance, upon login, I want to keep a user login id alive until he/she logouts. How can I achive this if I have several CFAPPLICATION in different path to begin with. I understand that, a session is terminated once a user...

Part and Inventory Search

Back
Top