cancel
Showing results for 
Search instead for 
Did you mean: 

System Administration Session Timeout Period

sidnooradarsh
Contributor
0 Kudos

Hi,

We have gone live on shop floor.

But we were facing problems with Portal logging out inactive sessions frequently.

so we changed the the Session Time out Value to maximum limit allowed that is to 10000000000000000

But as we did this saved and logged out and relogged in

the Portal is not opening instead it redirected to an Error.jsp page saying

" SAP xMII - Manufacturing Integration and Intelligence

For input string: "10000000000000000"

"

and i am not able to do anything.

Please help me out to resolve this issue.

And how do I get back the portal working and reset the session time out value.

Thanks in Advance.

Regards,

Adarsh

Accepted Solutions (0)

Answers (3)

Answers (3)

sidnooradarsh
Contributor
0 Kudos

Thanks for the assistance we resolved this issue by logging in directly into server and reset the Session Time out value.

jcgood25
Active Contributor
0 Kudos

It would also be wise to investigate the real reasons why the user sessions are expiring instead of attempting to maximize the session time to an insane level. The extra sessions will chew up bits of memory and by attempting to have sessions not ever expire you will be creating quite a mess.

Any applet query or page navigation to an irpt page should reset the session expiration to the timeout setting (120 minutes is the default).

Regards,

Jeremy

jamie_cawley
Advisor
Advisor
0 Kudos

The value is an integer so it can not be greater than 2,147,483,647

You should be able to use localhost on the machine to change it.

Regards,

Jamie