Record of Force as JD Button

Asked By 55 points N/A Posted on -
qa-featured

After getting annoying "null" errors I started getting this error code 1-0 saying I'm already registered.  Should not there be a "record of force" as JD button for things like this? How can I fix this problem?

SHARE
Answered By 55 points N/A #101192

Record of Force as JD Button

qa-featured

This is not a problem in fact it is an exception that is thrown every time you try to log in.

This could happen only if;

The first time you logged into and forgot to close the session variable.

If you haven't closed the session, then you either have to delete that username from the database or that variable and reassign it the values.

You can also try signing in with a different user name.

Try closing the session by passing the same username which you used for the first time.

Make sure to include timeout in the session so that after a specific time period, it closes itself automatically and you don't have to bother for all of these things.

Related Questions