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 dencom 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 rcp032

  1. rcp032

    Session Management

    Server Product ColdFusion MX Version 7,0,0,91690 Edition Standard
  2. rcp032

    Session Management

    The only thing I did and really see to configure the server is change the time out duration. I don't have anything special in application.cfc to address a new session - I just do some simple variable intialization. I'm not sure I see anyplace in these two areas that I could have done anything...
  3. rcp032

    Session Management

    Actually, in this case, I just have a single page - I haven't really put together the rest of the site. So the problem stems from the fact that I have cookies on and I hit "reload page" and my session ID has timed out. It seems though the problem would be the same if someone was refreshing...
  4. rcp032

    Session Management

    So I want to use session management - that is so that I can manage sessions without the requirment of cookies. I have most things figured out, but I have one lingering problem. If someone logs in - then sits on a page for a long time, until the session times out, then of course, I get an...
  5. rcp032

    GLX / CentOS4 Issue

    I was installing Wine on CentOS 4 (RHEL4) from the fedora extensions and I got an error like the following: Xlib: extension "GLX" missing on display ":2.0" So I have tried to find something with yum that I can install to help with this but I have not found anything. Wine seems to be working...
  6. rcp032

    telnet between 2 servers

    Yeah, like every application written for either Windows or Linux. Do you know of one which is uselessly fixed to a single port? With Putty, for example you can Telnet on any port whose address is not too wide to be represented in Putty or more probably the width limited by TCP itself (layer...
  7. rcp032

    Monitor Preventing Boot of Windows?!?!

    I would speculate that your video card simply hasn't recognized that you have a new monitor and it has some incompatible setting "stuck". If it were me, I would start by re-installing (or updating) your video driver so it might recognize your new settings/hardware. But are you really sure...
  8. rcp032

    telnet between 2 servers

    Are there routers or firewalls between the servers (it seems obvious that there must be)? So to get this to work, you will need to configure them (the routers and firewalls) to forward the port (in the case of the routers) and accept the port (in the case of the firewalls). Probably you have a...
  9. rcp032

    IE issue with appendChild()

    aiight thnx
  10. rcp032

    Fans twitch but the computer wont start

    Some times something can be tripped in the PSU which prevents it from powering on. If this is the case, you can completely unplug your PSU from the wall (surge protector i hope) for 30 seconds or 2 minutes. This will reset the PSU and it will then work pleasently.
  11. rcp032

    nv ram!!

    Well . . . kinda NVRAM can mean a number of different things. It can mean CMOS which in most systems corrispond to setup, but it can any type of non-volitile storage. Usually in fact (in the PC/x86 realm), NVRAM specifically refers any non-volitile storage other than CMOS. Ussually then...
  12. rcp032

    monitor displays nothing

    additionally, if you have a PS/2 keyboard cycle your num-lock caps-lock key and see if the corrisponding LED cycles as well. This generally tells you if your system is really running - even if it doesn't look like it. If the LEDs cycle, your system is really running and the problem is probably...
  13. rcp032

    IE issue with appendChild()

    Well - as near as I can figure its an IE issue. I use this code to draw a box inside a box (div's) and it works fine with FF and Opera, well it works the way I expect it to. But in IE it does nothing. Can anyone see what I am doing wrong or know a work around? <body> Box n Box Java test...
  14. rcp032

    cfml2js with multiple returns?

    The problem is it is asynchronous. So the user can request a query which comes back in a cfml2js. Then they can request another and another etc. The only way to co-ordinate the query with the request is to send them both back at the same time. The query results are assembled via a cf-loop...
  15. rcp032

    cfml2js with multiple returns?

    Is there a way to send multipe variables through a cfml2js call at one time? I am sending an object with an embedded array, but I would like to send a single integer at the same time without having to embed it into the data object.

Part and Inventory Search

Back
Top