4,124 Topics

Member Avatar for
Member Avatar for thesaintbug

hi, I am new to Cold fusion... I have defined a session level variable in one page1.cfm as follows <cfset session.testing = "test"> and when I am trying to access it on another page page2.cfm (browser window is not closed meanwhile) it gives an error that "testing" is undefined at …

Member Avatar for thesaintbug
0
109
Member Avatar for C#Novice

Hi All, I have an application that i m developing in VS2003 using asp.net and c# in the left navigation page I need to add the functionality to open and close a panel in the left nav. here is my code: ----> [code=asp.net]<%@ Control Language="c#" AutoEventWireup="false" Codebehind="LeftNav.ascx.cs" Inherits="CE.userControls.LeftNav" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> …

Member Avatar for serkan sendur
0
182
Member Avatar for danielpataki

Hi everyone! I'm working on coding my own forum and I have no problem with this, I would like to ask those of you knowledgable about the inner workings of php and mysql about which method is faster. So far I have always been determining post counts, discussions started counts …

Member Avatar for danielpataki
0
136
Member Avatar for shivani15j

i m using session in my website(ASP) but after logging in if i don't acccess the page for 5 minutes session expires n if i continously access some pages then after 15 minutes session expires.i have used global.asa file then same problem occurs and if i dont use global.asa then …

Member Avatar for ardeezstyle
0
128
Member Avatar for SheSaidImaPregy

I have a custom class that is an entire structure within itself, many layers deep. However, this object is stored in memory through sessions. I need a way to retrieve the session variable without having to call it through a return method. An Example: This is what I currently have …

Member Avatar for SheSaidImaPregy
0
141
Member Avatar for bdicasa

Hello all, I looked around with google for a while and couldn't find an answer to my question. I'm trying to use php to get the name (or ID) of an html tag. I need to do this because I am creating a shopping cart which has a checkbox beside …

Member Avatar for bdicasa
0
114
Member Avatar for Potato.Head

hi to all, I have a page that contains two frames (before you start telling me that frames are not good, I know but this is the requierement from my course, what I can do?), anyway I have a main page that contains leftframe.aspx and rigthframe.aspx, everything is working ok …

Member Avatar for Aneesh_Argent
0
98
Member Avatar for rajkishore

hi all, i created an web application in which i have used sessions. when i run this application on IIS its working fine, but when i hosted on another webserver(EasyCgi) the sessions are not working. can anybody please help. i even used Session State and Session mode in my WEB.CONFIG …

Member Avatar for rambabuk1222
0
66
Member Avatar for 0weavern

OK, I'm new to PHP and SQL so you'll probably have to explain most tings in laimen terms! I have created a website with PHPMaker, a kind of loaning libary where stock gets loaned out and out and then returned. Now it works all ok, however I want to be …

Member Avatar for death_oclock
0
167
Member Avatar for girishgupta

Hi all Web 2.0 is yet to peak and we have Web 3.0 upon us with cloud computing and all, ain’t it exciting? Open source, the delivery of IT over the Internet as services, what a total smashing idea and what is more awesome is the golden opportunity to learn …

Member Avatar for peter_budo
0
165
Member Avatar for joewazen

hello, i want to open several ie windows but the problem is that when i use window.open only one ieexplorer thread is used no matter how many windows i open which is causing me session time out problems when closing one of the windows so my question is can u …

Member Avatar for ~s.o.s~
0
183
Member Avatar for labber

My CD and DVD drives have been missing from My Computer and I'm running WinXP Home Edition. I've gone into the registry, deleted the upper and lower filters, ran various spyware programs. Now I attempted to do a Win XP Repair, went thru all the steps, but when it gets …

Member Avatar for labber
0
250
Member Avatar for designingamy

Hello, I am wanting to take an uploaded picture from one page, put it into a session and carry it to another page. Once I get to that page and the client accepts it, then store it in the database. I'm starting to get confused on how this would work …

Member Avatar for sikka_varun
0
336
Member Avatar for rottmanj

To get things started, I am re-writing an application that I originally wrote in perl. So I am some what sticking with the same concept as I did for the perl version. This application uses multithreading in order to handle multiple configurations and data streams. At this point, I have …

0
68
Member Avatar for vijaysoft1

I trying to make small personal website in PHP + MYSQL . In my database there is a table named ' tblUsers ' . I am using this table for users Login .I displayed the username of the user after the login . But how to track the userID of …

Member Avatar for flagbarton
0
155
Member Avatar for designingamy

Hello everyone! I am new to JavaScript and have been using PHP, but needed to use a dynamic form for information about County/State. Here is part of the code (keep in mind I did all 50 states this way-that's well over 3000 counties): [code] <script language="JavaScript" type="text/javascript"> <!-- //first combo …

Member Avatar for designingamy
0
186
Member Avatar for deepesh911

This time its regarding my fathers computer which has been slow since its existence I think. the virtual memory is very often low which causes problems. Please have a look at the 2 logs I have posted and help me out: Malwarebytes' Anti-Malware 1.30 Database version: 1445 Windows 5.1.2600 Service …

Member Avatar for jbennet
0
351
Member Avatar for calcop

Hello everyone. I have created a sales system for my company. Basically you telnet to the system and enter your login name, password ... From there you can access the sales system. I am working on a feature to write reports for a certain area of the system. For this, …

Member Avatar for calcop
0
151
Member Avatar for tsr_tvsk

Hi everybody. here i have a problem with hashtable. i am storing hashtable in session scope and i want to validate that hashtable with javascript in next jsp . how suresh kumar

Member Avatar for stultuske
0
47
Member Avatar for designingamy

I'm having a hard time with sessions. I have a long form on 3 different pages and then a preview page of everything entered. I created the code to store the session variables on each page but on the preview page it comes up empty. I am using session_start(); on …

Member Avatar for designingamy
0
84
Member Avatar for Akangel

Hey everyone, well ill be quickly...ive gotta a JSP page indexMembers.jsp with a button "Show My Reservations" when u click on that button it calls a JFrame (with a JTable inside) with the data from the databse that the user wrote before. now if i click on another button like …

Member Avatar for stephen84s
0
100
Member Avatar for rottmanj

I have run into an odd situation with linking files in my application. I have written a method that returns data for other methods. When I use this method(with in the same class) I get this error from linking. Any help with this is greatly appreciated [code] RetsParse.cpp: undefined reference …

Member Avatar for Ancient Dragon
0
168
Member Avatar for yingyang

hi every body I am new but there is no time to introduce my self because i have a project to hand in no time but when i tried to lookup session bean in my servlet it give me the error: Borbean not bound //borbean is the session bean so …

Member Avatar for yingyang
0
53
Member Avatar for laurus2008

Hi All, Im using C# , Visual Studio 2008, to learn a bit more about HTTP Modules and HTTP Handlers. I understand why it is used for, however in trying to absorb the basics of the code it is a bit difficult. Im trying to make a http module which …

0
48
Member Avatar for todrik

hi everyone. i'm trying to make a (very) simple shopping cart for my class. i'm stuck on the qty update - it says it's not defined. i think it may have something to do with when i check to see if the form has been submitted yet or not. any …

Member Avatar for terrymodular
0
113
Member Avatar for pavanwanam

Sliding Window Mechanism The sliding window mechanism is used in many protocols at many different layers. The sliding window helps in solving a number of problems. Retransmission of lost or damaged frames (or packets) and flow control problems are just examples of that. The sliding window protocol in its simplest …

Member Avatar for verruckt24
0
118
Member Avatar for mgn2683

Hi, I am trying to restrict access to a dynamic list page based of a login id. Essentially a person will login, be directed to the index.php page and can then click on a link to Exam Evaluation. From this page, there are two links, and they can click on …

Member Avatar for digital-ether
0
159
Member Avatar for Stefano Mtangoo

The debug process never connected back to WINGIDE: Aborting debug session I have tried repair python, no success. Also tried run IDLE same story

Member Avatar for Stefano Mtangoo
0
128
Member Avatar for cwarn23

Hi and I am trying to embed a modified version of a javascript/css script from [URL="http://www.javascriptkit.com/script/script2/dbmenu/#"]http://www.javascriptkit.com/script/script2/dbmenu/#[/URL] but since have made a few problems. At the moment, my script is only compatible with Internet Explorer 7 (not compatible with earlier versions) and can anybody help me debug the top menu at …

Member Avatar for cwarn23
0
94
Member Avatar for php2sheik

hi, is session_id is generated by javapage in one website is equal to session_id generated by phppage????.because i integrated php pages to java pages in that website. so i maitain session based on that java page. is this possible to session_id from java page to php page, if i get …

Member Avatar for digital-ether
0
183
Member Avatar for danarashad

One of my app's is timing users out around 20 minutes. I have a sessiontimeout set at 90 minutes. Please help. Here's the actual code. [code] <CFAPPLICATION NAME="Store" SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="YES" clientmanagement="yes" sessionTimeout = #CreateTimeSpan(0, 0, 90, 0)#> [/code] I am using CF 5. I did notice in CF admin I …

0
84
Member Avatar for mmonclair

I'm having some difficulty with a query I'm trying to set up. What I'm trying to do is set up a query that will populate a table that shows a list of all tests offered on the site that are active, and then show the completion status of the user …

Member Avatar for mmonclair
0
162
Member Avatar for justinman

I have recently started learning Python and I have come across a problem I can't seem to resolve. Since the application I am making is already rather large, I just created a small example script to show the problem I am having: [code] #!/usr/bin/python import socket, threading, processing, os def …

0
49
Member Avatar for mewgirl

[u][b]Short version[/b][/u] My computer sometimes gets slow and requires a restart (FireFox doesn't always shut down all the way, which is a pretty common problem), but when I restarted it this time for that reason, it wouldn't load. I get a choice between XP or recovery console and then a …

Member Avatar for hotmatrixx
0
244
Member Avatar for rooparaj

I am facing problem in asp.net. Problem is : Session objects is not working properly.in the sense some times it will work some times not(getting empty). Plz Can anyone help me in this . Its very urgent !!!!!! Eg: In web.config - In <Sessionstate timeout=30>,but before 30 minutes only its …

Member Avatar for johnly
0
334
Member Avatar for Dick Kennedy

I'M running a site on PHP 5.2.6, Apache 2.2.9 (shared hosting). Most of the site uses a CMS (MODx) but I have one section using home-rolled scripts. I have a file that gets included into these that checks user status by looking for the MODx session vars. On one script, …

Member Avatar for Dick Kennedy
0
118
Member Avatar for rivrum

Hi, I'm trying to design a system to store questionnaire responses. Trainees undertake training sessions and complete satisfaction questionnaires to rank how well they like the session. I've come up with a few ER diagrams to describe the following: A [B]Trainee[/B] [I]attends[/I] many [B]Training Sessions[/B] A [B]Training Session[/B] is [I]evaluated …

0
41
Member Avatar for I.odine

Hey everyone - Im new here. I appreciate any and all help you guys can provide! this is driving me crazy, and I am still wet behind the ears when it comes to asp.net. I have 2 pages, index.aspx and downloads.aspx. There is a form on index.aspx that on submit …

Member Avatar for serkan sendur
0
189
Member Avatar for nfleming

When closing Firefox, the firefox.exe process keeps running and cannot be terminated (have tried task manager). When attempt is made to restart firefox, get msg that "firefox is still running and must be closed to start a new session". The only way to restart firefox is to do a reboot. …

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for Krysis

[COLOR="Red"]ATTENTION[/COLOR]: SKIP WHAT'S WRITTEN IN [COLOR="Red"]RED[/COLOR] UNLESS YOU WANT TO KNOW [B][I][U][COLOR="Red"]EXACTLY[/COLOR][/U][/I][/B] WHAT'S GOING ON... NOT NEEDED THOUGH! Well, let me first ask the general question/problem that's plaguing me in this "Coded Adventure"... [COLOR="blue"] "Let's say I've opened a file for reading and the file that I'm reading contains: Hello …

Member Avatar for Krysis
0
138
Member Avatar for hhamdan

i have multiple onchange in two different form and they are in different include files. the thing is when i try to use the first onchange ...it works and it will change the session value but if i start with second onchange it will not work and it says the …

0
86
Member Avatar for vinpkl

hi all i have my lougout.php which destroys sessions and session ids on logout. I want to have same effect means i want to call this logout.php script when the user closes the "browser tab". as these are the days of "browser tabs" so this is very important for me. …

Member Avatar for ~s.o.s~
0
2K
Member Avatar for flosweb

Hi Guys, I am new here in this community. I still did some stuff with JSP, but now I have a principle questions. Would be nice to receive some feedback... I wanna build up a website with several JSP pages. But I don't want to place all the content into …

Member Avatar for ~s.o.s~
0
149
Member Avatar for asifkamalzahid

this is for code [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form method="post" action="upload.php"> Move or Upload Folder Using PHP FTP Functions<br /> </p> <table width="373" border="1"> <tr> <td width="184">server address </td> <td width="173"><input type="text" id="server_name" …

0
83
Member Avatar for pwright

I have a web page calling another web page and I want to build a MySQL query in the calling page and pass it to the SelectCommand on the called page to show the results in a GridView control. [code=asp.net] Server.Transfer("~/Experiments/Default.aspx", True) // opens the new page Protected Sub Page_Load(ByVal …

0
39
Member Avatar for The Dude

If you are a hard core gamer then the tweak below is for you. Below are a list of windows services that are recommended you change to the manual setting. Routing and Remote Access Alerter Application Layer Gateway Service** (only if firewll is not used) Application Management Background Intelligent Transfer …

Member Avatar for jbennet
0
164
Member Avatar for javi_d

I have a lab to do a simple chat program that has to 1. identify users 2. list online users (means to determine who's logged out and who has closed the page but hasn't logged out) i'm identifying users by session. I'm having problem with determining a user who hasn't …

0
41
Member Avatar for Chaster

Hi, I'v been trying to write a simple Java EE app, which deals with car renting. The entity beans and session beans are ready, so I've created a JSP for representation. It contains a single method, for init: [CODE] <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> …

Member Avatar for shurdsfield
0
159
Member Avatar for Human01

Hi Everyone, I'm designing a database for a Motoring School and I've been given the following information: • Pupils book either a single lesson or a course of lessons. Pupils are allocated a particular instructor when they register with the school. Sometimes, pupils ask for their instructor to be changed. …

Member Avatar for Human01
0
416
Member Avatar for mgn2683

Hi, I'm hoping someone can give me some advice or guidance. I am using Developer Toolbox (yes I'm still trying to learn php) Right now I have an index page with 7 set links on it. Basically, a user logs in, and is brought to this index. Based on what …

Member Avatar for mgn2683
0
119

The End.